issues
search
imasiprojects
/
ImasiEngine
3D Engine Library, by Imasi
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Migrated the project to use std::unique_ptr<> instead of raw pointers
#99
ivancea
closed
3 years ago
0
dummy issue
#29
ivancea
closed
5 years ago
0
Fix type warnings
#98
ivancea
opened
7 years ago
0
Use BindGuard instead of dirty macros
#97
ivancea
closed
7 years ago
0
Catch thrown exceptions from Scene inside Engine
#96
ivancea
opened
7 years ago
0
Add AABB to Entity
#95
ivancea
opened
7 years ago
0
Engine must send data to scenes on EngineEvent::Start
#94
ivancea
closed
7 years ago
1
Helpers::lookAt, error when "from" and "to" are 0
#93
ivancea
closed
7 years ago
0
Look at Camera::aspectRatio
#92
ivancea
closed
7 years ago
0
Transformation Helper
#91
ivancea
closed
7 years ago
0
Create generic Helpers header and move InputHandler to the library
#90
ivancea
closed
7 years ago
0
Engine::setupWindow fixes
#89
ivancea
closed
7 years ago
0
Throw exception if Engine::run is called before setting the window
#88
ivancea
closed
7 years ago
0
Send sf::RenderTarget as param to Scene::render
#87
ivancea
closed
7 years ago
0
Improve Wiki
#86
ivancea
opened
7 years ago
0
Use threads on InstancedRenderer
#85
ivancea
opened
7 years ago
0
Fix Threads slowing the engine
#84
ivancea
opened
7 years ago
0
Improve GL checker
#83
ivancea
closed
7 years ago
0
Review Exceptions
#82
ivancea
opened
7 years ago
0
Modify types like "unsigned int" to uint32_t or GLuint when needed
#81
ivancea
opened
7 years ago
0
Add methods to Buffer for copying and modifying data
#80
ivancea
closed
7 years ago
0
Set Entity methods as const (add mutable to Cached members when needed)
#79
ivancea
closed
7 years ago
0
Add methods isVisible(point / AABB / etc) to Camera
#78
ivancea
opened
7 years ago
2
Set Camera methods as const (add mutable to Cached members when needed)
#77
ivancea
closed
7 years ago
0
Create project with a sample game
#76
ivancea
closed
7 years ago
1
Refactor xxx : public xxxx
#75
ivancea
opened
7 years ago
0
Create enums for OpenGL types
#74
ivancea
closed
7 years ago
2
Improve Buffer with list of BufferAttributes
#73
ivancea
closed
7 years ago
0
Create class Cached
#72
ivancea
closed
7 years ago
0
Mesh: allow removing Buffers
#71
ivancea
closed
7 years ago
0
ResourceContainer: allow removing resources
#70
ivancea
closed
7 years ago
0
Make Material marker interface
#69
ivancea
opened
7 years ago
0
Refactor
#68
ivancea
closed
7 years ago
0
Add neural network for InstancedRenderer
#67
ivancea
opened
7 years ago
0
Normalize return types
#66
ivancea
closed
7 years ago
0
Improve Cache
#65
ivancea
closed
7 years ago
1
Introduce TimeXXXXX
#64
ivancea
opened
8 years ago
0
HDR
#63
ivancea
opened
8 years ago
0
Create InputHandler
#62
ivancea
closed
7 years ago
2
Change deltaTime to float
#61
ivancea
closed
8 years ago
0
Remove hardcoded resource names
#60
ivancea
closed
8 years ago
0
Implement Services
#59
ivancea
opened
8 years ago
0
Add Shader and sf::Font to ResourceContainer
#58
ivancea
closed
7 years ago
0
[GUI] Create Gui (SFML)
#57
ivancea
opened
8 years ago
1
Camera
#56
ivancea
closed
8 years ago
0
Add std::vector<T> as type to Program::setUniform
#55
ivancea
closed
8 years ago
0
Add MVP
#54
ivancea
closed
8 years ago
0
Add mat4 to Program::setUniform && optimize with pointers instead of values
#53
ivancea
closed
8 years ago
0
Engine::processWindowEvent - Event::Closed should be notified to scenes
#52
ivancea
opened
8 years ago
0
Set Scene::setActive as private and friend
#51
ivancea
opened
8 years ago
0
Next