Coder Social home page Coder Social logo

nibble's Introduction

Nibble

Everything starts from small and evolve to something big. The project mirrors my passion to learn computer graphics, C++, and art with programming. More like demoscene making or "games" maybe.

The current goal of this project to create a flexible and comfortable demo scene engine to make screenshots and small gifs, as I did previously done: Instagram nibble_hex ^_^

And yes maybe it's sort of overengineered but I'm aiming to play around with different graphical API's and platforms in the end.


First version - render result and functionality

OpenGL

Implemented with C++, OpenGL and with other libraries GLEW, GLFW, GLM, Assimp.3.0 - Old project branch

How to build

Build system is MSBuild, so solution files already preconfigured you need only open it and execute solution build. Then you will find inside Nibble\bin {release/debug}-x64 prepared files.

Engine main loop idea

engine_work

Singletons

  • Logger can be accessed like LOGGER_CLIENT_INFO("msg")
  • EventBus just to add event use EVENT_BUS_ADD_EVENT(Event)
  • Engine allows to have one instance

External libraryies

Dependencies are forked and have minor modifications to use precompiled headers.

Development and testing environment info
OS: Windows 10 Home 64-bit
CPU: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (8 CPUs), ~2.6GHz
GPU 1: Intel(R) HD Graphics 530
GPU 2: NVIDIA GeForce GTX 1060
IDE: Microsoft Visual Studio Community 2019 Version 16.8

TODO Section

just_do_it

Research more about that

  • Debug support system? Or it's ok with logger and breakpoints?
  • Memory system layer (Like I saw in the Snowdrop from Massive entertainment)
  • Entity components system layer?
  • Physics system layer?
  • How to write automated tests for graphics?
  • What else?

TODO LIST

  • Add missing features of old version:
    • Shadows Maps
    • Omni-directional Shadows
    • Directional light
    • Spotlights
    • Point lights
    • Mesh renderers
    • Materials
    • Model importing from .obj
  • Files (I/O), VFS (Virtual file system) support
  • Engine input handlers like Arx libertatis has
  • Move Visual studio Preprocessor definitions to platform.h and refactor MacroPlatform.h

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.