Skip to content

evilnose/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Physics Engine for Practice

Building

  • Create directory bin for built executables
  • Install SFML-2.5.1. If you have windows, you might need to copy some SFML .dll files to bin. See below for more info
  • mkdir build && cd build. Then run cmake .. and then make. When you run cmake for the first time, you might need to configure additional arguments

Usage

This engine is created for practice. It is not tested and not intended for serious use. For examples, look into main/routines on implmenting the routine interface.

SFML on windows

For some reason, when using SFML on windows, you need to have the SFML dlls in the same folder as the executable. To do that, copy all the files from SFML/bin and paste them into bin in the working directory.

TODOs

About

small 2D physics engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published