Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app authored Jan 13, 2024
1 parent 2b5f2a1 commit f8b5498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ A lightweight 2D game engine, in C++ with embedded Lua
### Features

- Free, MIT open sourced
- Use as a standalone (GLFW based) engein or as a drop in component (e.g. with SFML)
- Use as a standalone (GLFW based) engine or as a drop in component (e.g. with SFML)
- Entity component system (ECS) based
- Rigid and soft body physics (Discrete element method)
- OpenGL rendering (soon to be provided by jGL for OpenGL/Vulkan interchangeability)
- OpenGL rendering (provided by jGL, Vulkan is a WIP)
- Perlin (marching squares) and Tile map, editable tile based worlds
- Lua console, interoperating with the ECS, physics, and rendering systems

Expand All @@ -24,4 +24,4 @@ A lightweight 2D game engine, in C++ with embedded Lua
- vorbis and ogg is licensed under a BSD license
- zlib is licensed under the zlib license

We thank: David Turner, Robert Wilhelm, and Werner Lemberg (Freetype), Milan Ikits <milan ikits[]ieee org>, Marcelo E. Magallon <mmagallo[]debian org>, and Lev Povalahev Brian Paul, The Khronos Group Inc (GLEW), Marcus Geelnard and Camilla Löwy (GLFW), G-Truc Creation (GLM), Lua.org, PUC-Rio (Lua), David Reid (Miniaudio), Marius Bancila https://github.com/mariusbancila/stduuid#MIT-1-ov-file (stduuid), Xiph.org Foundation (vorbis, ogg), and Jean-loup Gailly and Mark Adler (zlib).
We thank: David Turner, Robert Wilhelm, and Werner Lemberg (Freetype), Milan Ikits <milan ikits[]ieee org>, Marcelo E. Magallon <mmagallo[]debian org>, and Lev Povalahev Brian Paul, The Khronos Group Inc (GLEW), Marcus Geelnard and Camilla Löwy (GLFW), G-Truc Creation (GLM), Lua.org, PUC-Rio (Lua), David Reid (Miniaudio), Marius Bancila https://github.com/mariusbancila/stduuid#MIT-1-ov-file (stduuid), Xiph.org Foundation (vorbis, ogg), and Jean-loup Gailly and Mark Adler (zlib).

0 comments on commit f8b5498

Please sign in to comment.