Skip to content

Jedi18/Syl3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Syl3D

Syl3D is a basic 3D engine made using C++ and OpenGL 3.
Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Syl3D

Syl3D so far supports meshes, textures, terrain (procedural and using heightmaps), lighting, basic camera movement, mouse picking using ray intersections. There are a lot more things that could be added.

Syl3D

Syl3D uses Dear ImGui for the GUI. Objects can be selected and moved around using the GUI, new objects can be added through the GUI as well. Terrain generator, texture manager and many other gui windows are being developed.

Syl3D

Shown terrains were generated using WorldMachine and then loaded into Syl3D.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need the following to build and run the project successfully.

Installation

  1. Clone the repo

    git clone https://github.com/Jedi18/Syl3D.git
  2. Compile GLFW from the source code or use the pre-compiled binaries from https://www.glfw.org/download.html . Use this page for help.

  3. Use GLAD's web service to get the desired files. Use this page for help.

  4. Compile or use pre-compiled binaries for Assimp . Use this page for help.

  5. Add the relevant files for GLFW, GLAD and Assimp to the project's include and linker dependencies in the project settings. Add the folder paths to the additional include directories under C/C++ and the lib files in Linker->Input.

  6. Run the application!

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Akhil J Nair - Jedi18 - [email protected]

Project Link: https://github.com/Jedi18/Syl3D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published