All Projects → IainWinter → IwEngine

IainWinter / IwEngine

Licence: other
This is an engine that I initially started building after taking a game coding class in high school. I didn't like Unity so tried to make something more code focused that was personally easier to use.

Programming Languages

C++
36643 projects - #6 most used programming language
Logos
282 projects
GLSL
2045 projects
c
50402 projects - #5 most used programming language
lua
6591 projects
C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to IwEngine

Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (+153.61%)
Mutual labels:  engine, ecs, entity-component-system
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (+329.9%)
Mutual labels:  engine, ecs, entity-component-system
apecs
A petite entity component system
Stars: ✭ 17 (-82.47%)
Mutual labels:  ecs, entity-component-system
ECSCombat
A space battle simulation, based around Unity ECS framework
Stars: ✭ 81 (-16.49%)
Mutual labels:  ecs, entity-component-system
ecs-benchmark
ECS benchmark comparison
Stars: ✭ 68 (-29.9%)
Mutual labels:  ecs, entity-component-system
artemis-odb-entity-tracker
🎲 Visual Entity Tracker for ECS library: artemis-odb
Stars: ✭ 27 (-72.16%)
Mutual labels:  ecs, entity-component-system
Learning-Unity-ECS
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System.
Stars: ✭ 60 (-38.14%)
Mutual labels:  ecs, entity-component-system
Entitas-Redux
An entity-component framework for Unity with code generation and visual debugging
Stars: ✭ 84 (-13.4%)
Mutual labels:  ecs, entity-component-system
imgui entt entity editor
A drop-in entity editor for EnTT with Dear ImGui
Stars: ✭ 146 (+50.52%)
Mutual labels:  ecs, entity-component-system
space
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!
Stars: ✭ 25 (-74.23%)
Mutual labels:  ecs, entity-component-system
polymorph
A fast and frugal entity-component-system library with a focus on code generation and compile time optimisation.
Stars: ✭ 74 (-23.71%)
Mutual labels:  ecs, entity-component-system
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (-12.37%)
Mutual labels:  math, engine
ECS-Phyllotaxis
Learning ECS - 100k Cubes in Phyllotaxis pattern
Stars: ✭ 17 (-82.47%)
Mutual labels:  ecs, entity-component-system
gdk-for-unity-blank-project
SpatialOS GDK for Unity Blank Project
Stars: ✭ 33 (-65.98%)
Mutual labels:  ecs, entity-component-system
echo
Super lightweight Entity Component System framework for Haxe
Stars: ✭ 41 (-57.73%)
Mutual labels:  ecs, entity-component-system
ecs
🐰 Entity Component System
Stars: ✭ 62 (-36.08%)
Mutual labels:  ecs, entity-component-system
harmony-ecs
A small archetypal ECS focused on compatibility and performance
Stars: ✭ 33 (-65.98%)
Mutual labels:  ecs, entity-component-system
js13k-ecs
A 1kb entity component system, designed for Js13kGames
Stars: ✭ 76 (-21.65%)
Mutual labels:  ecs, entity-component-system
rockgo
A developing game server framework,based on Entity Component System(ECS).
Stars: ✭ 617 (+536.08%)
Mutual labels:  ecs, entity-component-system
mine.js
🌏 A voxel engine built with JS/TS/RS. (formerly mc.js) (maybe mine.ts? or even mine.rs?)
Stars: ✭ 282 (+190.72%)
Mutual labels:  engine, ecs

IwEngine

Build steps:

  1. git clone --recurse-submodules https://github.com/IainWinter/IwEngine
  2. Run Bootstrap.bat
  3. Run CreateProjects.bat
  4. Build wEngine.sln
  5. _export folder now should contain all the dll/libs and include files to create an app
  6. see Games/ for exmaples (i'll make a script to gen a template soon)
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].