All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download kool-editor-model JAR 0.15.1 with all dependencies


A multiplatform OpenGL / Vulkan graphics engine written in kotlin

Files of the artifact kool-editor-model version 0.15.1 from the group de.fabmax.kool.

Test

Artifact kool-editor-model
Group de.fabmax.kool
Version 0.15.1
Last update 02. July 2024
Tags: vulkan engine multiplatform kotlin graphics written opengl
Organization not specified
URL https://github.com/fabmax/kool
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of kool-editor-model Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of kool-editor-model version 0.15.1

META-INF
META-INF.META-INF.MANIFEST.MF
commonMain.de.fabmax.kool.editor.api
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.AppAssets.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.AppState.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.AssetReference.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.BehaviorLoader.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.CachedComponents.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.EditorAwareApp.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.EditorInfo.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.EditorProject.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.EditorScene.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.EntityLifecycle.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.GameEntity.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.GameEntityDataHierarchy.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.KoolBehavior.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.ProjectDataIo.kt
commonMain.de.fabmax.kool.editor.api.commonMain.de.fabmax.kool.editor.api.SceneShaderData.kt
commonMain.de.fabmax.kool.editor.components
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.BehaviorComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.CameraAwareComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.CameraComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.CharacterControllerComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.DiscreteLightComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.DrawNodeComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.GameEntityComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.GameEntityDataComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.MaterialComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.MaterialReferenceComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.MaterialShaderExtensions.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.MeshComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.PhysicsComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.PhysicsWorldComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.RigidActorComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.SceneBackgroundComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.SceneComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.ShadowMapComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.SsaoComponent.kt
commonMain.de.fabmax.kool.editor.components.commonMain.de.fabmax.kool.editor.components.TransformComponent.kt
commonMain.de.fabmax.kool.editor.data
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.BehaviorComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.CameraComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.CharacterControllerComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.ComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.DiscreteLightComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.GameEntityData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.MaterialComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.MeshComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.PhysicsWorldComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.PrimitiveData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.ProjectData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.RigidActorComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.SceneBackgroundComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.SceneComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.ShadowMapComponentData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.ShapeData.kt
commonMain.de.fabmax.kool.editor.data.commonMain.de.fabmax.kool.editor.data.SsaoComponentData.kt




© 2015 - 2025 Weber Informatics LLC | Privacy Policy