Dwarfcorp Alternatives
Similar projects and alternatives to dwarfcorp
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Zombusters
đšī¸ A retro style zombies shooter with cool isometric pixel art for Windows and MacOS
-
-
tagpets
"tagpets.lua" - a DFhack script for Dwarf Fortress that places tag-like nicknames on owned animals based on their characteristics and physical attributes.
-
-
-
Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
-
InfluxDB
InfluxDB â Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
dwarfcorp discussion
dwarfcorp reviews and mentions
- Easier nullable reference types errors instead of warnings
-
Please help me understand Properties in C#
No, a backing field is not always present. Properties are just a pair of functions disguised as a field. They have all the same implementation restrictions of a function when it comes to having a backing field - that is, none. Look at the example here of what properties actually are very good at: https://github.com/Blecki/dwarfcorp/blob/master/DwarfCorp/World/Voxels/VoxelHandle.cs Do you think the Voxelhandle type has a bunch of backing fields taking up space in it? It has 10+ properties all derived from data stored somewhere else.
Stats
Blecki/dwarfcorp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of dwarfcorp is C#.