Skip to content

Marco012/ProjetoEDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto EDA

This project uses OpenGL for rendering.

Requirements

  • C 99+ compiler
  • C++ 8+ compiler
  • CMake >= 3.8
  • Make
  • OpenGL 3.0+

Compile

Linux

1 - Create a build folder and use CMake to build the project with:

mkdir build
cd build
cmake ..

2 - Compile the project using Make:

make -j 4

3 - Run the compiled executable file:

./ProjetoEDA

Windows

Option 1: Visual Studio

Open the project folder in Visual Studio and run.

Option 2: Other

Same steps from linux. But after execution make a Visual Studio solution will be generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published