Skip to content

AchyutBurlakoti/epicycles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epicycles

You can learn more about it here page.

Materials that helped

Snapshot

alt tag

Things to be done

  • Optimization to render more without lagging.
  • Add function to extract data from image directly to eliminate hard coding of image data.

Building Process

Cmake

  • Go inside main dir (.../epicycles)
  • Delete build folder
  • Open terminal
mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
  • Go inside build folder
  • Run vs soln (epicycles.sln)
  • Build the project in vs (Build ALL_BUILD)
  • Run ..epicycles/build/DEBUG/epicycles.exe to see output

Makefile

  • open cmd inside epicycles dir
  • run make

Releases

No releases published

Packages

No packages published

Languages