Coder Social home page Coder Social logo

kabalmcblade / ion Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 3.0 46.42 MB

Vulkan Render Engine

License: GNU General Public License v3.0

C++ 77.29% C 22.52% GLSL 0.17% Batchfile 0.02%
vulkan renderer engine 3d-engine vulkan-game-engine vulkan-engine engine3d rendering rendering-engine rendering-3d-graphics

ion's People

Contributors

kabalmcblade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ion's Issues

Optimize scenegraph

The scene graph, from the Node graph, is using the children nodes to build the tree.
At the moment all the functions are recursive, so I need to move in a iterative way.

[GLTF] Can't render the model loaded

While the primitive (triangle, quad, colored, etc) manually created working, the GLTF model doesn't.
This let me think to a problem related to the indexes size and the layour memory for the uniform buffer.

Descriptor set leak

The descriptor set allocated using vkAllocateDescriptorSets looks leak. Actually I don’t release the descriptor with vkResetDescriptorPool because it looks like fail even if I call at the end of render frame, but I know I have to release in some way.

Optimize memcpy

At moment I'm using the memcpy, the byte per byte copy.
Possible I can add a SS2, SSE4.1 and AVX version to improve the performance

Texture::UploadTextureToMemory

Using this with texture load from file or binary does not properly work.
I suspect depends by the staging buffer: the size of the SRC memory could might be greater of the DST memory due the alignment passed in here.

Add different shader set per Uniform

This mean to add the "set" keyword in the Uniform structure in the material and group them by:
Set 0: Scene
Set 1: Object
Set 2: Material
(Look at the function Draw in the RenderCore for more details)

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.