Coder Social home page Coder Social logo

asdlei99 / nodeeditor-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chaojian-zhang/nodeeditor

0.0 0.0 0.0 129.3 MB

A 3D node-based scene editor for journals and notes, written in C++ and OpenGL.

C++ 65.57% C 33.28% Objective-C 0.43% CMake 0.03% GLSL 0.68% Batchfile 0.01%

nodeeditor-1's Introduction

Overview

This was my early practical project with OpenGL to create practical software application, written from ground up using raw C++, including some of container objects.

Many bugs are not fixed, memory leak exists. It's also tested only on Windows 8 and Windows 10 with my own Lenovo Y480 laptop and i7 4970, GTX 970, Asus Z97-A PC environment. Some advanced rendering techniques like Shadow Mapping and Parallel Mapping are implemented but in terms of OpenGL API, advanced extensions are not used. I think this project in its present state should only be considered as a more complete OpenGL example, showcasing how it can be used to build an actual application, rather than a fully-fledged application in itself.

Dependencies

  1. DevIL: Image loading
  2. AssImp: 3D object import
  3. Glew: OpenGL extension loading
  4. Glfw: Window creation and management

Installation/Compilation

For executables, check out release page.

For compilation:

  1. Install VS2019 or above (for VS2013, use a previous version of code if you just wish to compile and see it running)
  2. Set DreamEditor as startup project
  3. Compile and run, no extra configuration is needed

Features (as a "quality" rather than "marketing value")

By and large, this is an experimental personal project intended to be just functional - nothing production-level. However for the scope of the project, I think it's rather complete in terms of presentation, with its user manual (Documentation Folder) and everything.

  1. OpenGL based, thus possible to run on different OS, although system specific functions need reimplementation
  2. Native Unicode support, tested on windows only
  3. Phong shader with parallax mapping support; Dynamic scene streaming
  4. Application-Independant Reusable components: BMFont loader, Simple-to-use C Style Specification file parser

nodeeditor-1's People

Contributors

chaojian-zhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.