All Projects → gro-ove → Actools

gro-ove / Actools

Licence: ms-pl
Alternative launcher for Assetto Corsa named Content Manager, and some utils as well.

Labels

Projects that are alternatives of or similar to Actools

Go Ngine
[2013, incomplete] the goal back then: "a Go-native, modern-OpenGL real-time 3D rendering engine" ➜ I think it's still a solid *basis* for one; the real "meat" is in `___old2013` ➜ project stalled out as my focus shifted elsewhere from 2014
Stars: ✭ 78 (-28.44%)
Mutual labels:  shaders
Unity Shader Resources List
📋 Unity Shader相关学习资源与链接珍藏 | A list of amazing resources for learning shader writing in Unity.
Stars: ✭ 98 (-10.09%)
Mutual labels:  shaders
Vertexshaderart
The repo for vertexshaderart.com
Stars: ✭ 107 (-1.83%)
Mutual labels:  shaders
Noodlesplate
Offline Shader Editor with many cool features
Stars: ✭ 79 (-27.52%)
Mutual labels:  shaders
Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (-11.01%)
Mutual labels:  shaders
Renderer
A shader-based software renderer written from scratch in C89
Stars: ✭ 1,366 (+1153.21%)
Mutual labels:  shaders
3dxrayshader unity
Surface shader. Clips a Model with given plane , applies fresnel on clipped part and highlights the cross section.
Stars: ✭ 73 (-33.03%)
Mutual labels:  shaders
Awesome Vrchat
One-stop shop for people interested in developing content for VRchat
Stars: ✭ 107 (-1.83%)
Mutual labels:  shaders
Glsleditor
Simple WebGL Fragment Shader Editor
Stars: ✭ 1,345 (+1133.94%)
Mutual labels:  shaders
Gdx Vfx
LibGDX post-processing visual effects
Stars: ✭ 105 (-3.67%)
Mutual labels:  shaders
Sildurs Shaders.github.io
Sildurs shaders website
Stars: ✭ 84 (-22.94%)
Mutual labels:  shaders
Hlslexplorer
See how hardware understands your HLSL
Stars: ✭ 91 (-16.51%)
Mutual labels:  shaders
Unityvolumerendering
Volume rendering, implemented in Unity3D.
Stars: ✭ 102 (-6.42%)
Mutual labels:  shaders
Spvgentwo
SpvGenTwo is a SPIR-V building and parsing library written in plain C++17 without any dependencies. No STL or other 3rd-Party library needed.
Stars: ✭ 74 (-32.11%)
Mutual labels:  shaders
Learningglsl
Stars: ✭ 107 (-1.83%)
Mutual labels:  shaders
Spectaculum
A spectacular view widget for visual media content on Android
Stars: ✭ 78 (-28.44%)
Mutual labels:  shaders
Erics Magicavoxel Shaders
Shaders for MagicaVoxel including Terrain Generator, Life Game, Waterflow Emulator, Advanced Flood System etc.
Stars: ✭ 99 (-9.17%)
Mutual labels:  shaders
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1705.5%)
Mutual labels:  shaders
Phenomenon
⚡️ A fast 2kB low-level WebGL API.
Stars: ✭ 1,551 (+1322.94%)
Mutual labels:  shaders
Openshadinglanguage
Advanced shading language for production GI renderers
Stars: ✭ 1,382 (+1167.89%)
Mutual labels:  shaders

AcTools (and Content Manager)

Build status Works badge License Release

Set of utils and apps designed for Assetto Corsa. Some obsolete projects are moved here.

Common libraries

  • AcTools

    Main library, used by any other project (including Cars Manager and even modded KsEditor). Contains methods to work with common AC files, launches game and stuff.

  • AcTools.GenericMods

    Small library for managing JSGME mods, fully compatible, but with optional hard links support.

  • AcTools.LapTimes

    Thing for reading best lap times from different sources. Uses LevelDb for reading from the original launcher (which saves times using Chromium’s IndexedDB).

  • AcTools.LapTimes.LevelDb

    Small “spin-off” which loads times from old AC database. It was made using IndexedDB in Chromium, which uses LevelDB underneath. Quite a mess if you want to read it. Thankfully, now it’s completely redundant, I’m going to remove it for good.

  • AcTools.Render

    A replacement for AcTools.Kn5Render. Has a much more thoughtful architecture and thereby contains two different renderers: Lite (very simple skins-editing DX10-compatible version) and Dark (extended variation of Lite, with lighting, skinning and a lot of effects such as SSLR, SSAO, PCSS). Both use forward rendering. There was also deferred renderer, but it was quite poor and got moved away.

    Apart from simple rendering, has a bunch of special modes, allowing to update ambient shadows, AO maps, recalculate tracks’ maps and outlines.

    Dark Showroom

    Dark Showroom

    Dark Showroom

    Lite Showroom

  • LicensePlates

    Fully independent from AcTools.* library which generates number plates using Lua to interpret style files and Magick.NET to create and save textures. In action.

  • StringBasedFilter

    Small library for filtering objects by queries like *ca & !(country:c* | year<1990).

Content Manager

Other apps

Build notes

  • For now, only x86 platform is supported. Projects can be built in x64, but, most likely, it won’t work. It should be fixable, all referenced libraries have both x86 and x64 version. Going to solve it later.

  • If you need a support for new Windows 8, 8.1 and 10 notifications, make sure this path is correct. If it’s not, or you don’t have that library, no problem, dependant piece of code will be disabled, and fallback notifications will be used.

  • I use a couple of small tools (mostly Cygwin shell scripts) to increment version number and auto-build T4 templates automatically, but they are disabled by default unless you have ACTOOLS_BUILD_SCRIPTS=On environment variable set. So… Don’t set it, or make sure you have something compatible in your system. If needed, I’d be glad to send my scripts to you.

  • You might need to install DirectX SDK to rebuild AcTools.Render/Shaders/Shaders.tt. But, just in case, built Shaders.cs and Shaders.resources are already included. Also, it takes quite a long time to rebuild those shaders, up to 5–10 minutes on my PC.

  • Feel free to contact me anytime. I don’t have any experience with open-source projects, but I’d be glad to learn.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].