Romain Guy
55dd612c64
Add screenshots to Android samples' README ( #513 )
...
This change also optimizes the size of existing images using squoosh.app.
This should make the main README a lot lighter and faster to load (it saves
several MiBs).
2018-11-21 14:16:21 -08:00
Romain Guy
31b9801f17
Move textures to nodpi to avoid upscales ( #437 )
2018-10-29 17:40:34 -07:00
Romain Guy
3a9f3a1984
Update to Kotlin 1.3 ( #436 )
2018-10-29 17:37:21 -07:00
Romain Guy
c581b755fd
Add helper to upload Android bitmaps to textures ( #382 )
...
* WIP Add helper to upload Android bitmaps to textures
* Add missing file
* Pass custom constants for bitmap formats
* Add sample app for texturing
* Update the README for samples
* Rename variable from callback to autoBitmap
2018-10-16 14:24:18 -07:00
Romain Guy
7cb01929a3
Clean up Kotlin samples ( #380 )
...
* Clean up Kotlin samples
* Further code cleanup
2018-10-15 15:28:39 -07:00
Romain Guy
89982e6e97
Improve APIs for Kotlin usage ( #361 )
2018-10-10 10:13:07 -07:00
Philip Rideout
c6cef9ff9c
NEW API: add RGBM flag to Texture.
...
This change will allow the skybox use a compressed texture format.
For now, the old internal format "RGBM" is still honored, but in a
forthcoming change we will replace the enum with UNUSED.
2018-10-08 11:33:06 -07:00
Romain Guy
57d4a5d47b
Update projects for Android Studio 3.2 ( #298 )
2018-09-24 11:25:44 -07:00
Romain Guy
5559d71fdc
Update samples to Kotlin 1.2.70 ( #280 )
2018-09-20 15:51:31 -07:00
Romain Guy
23c9f8609f
Update README
2018-09-19 18:41:46 -07:00
Romain Guy
7ada9b6470
Kotlinify our Kotlin code ( #233 )
2018-09-10 18:33:14 -07:00
Romain Guy
f8a935e028
Cleanup Android sample code
...
- Free IBL textures
- Refactor loading code to be easier to read/follow
- Simplify some code originally ported from Java
2018-08-31 21:52:31 -07:00
Romain Guy
c20b452a74
Add new Android sample: IBL and meshes ( #192 )
2018-08-31 18:13:22 -07:00
Romain Guy
0df72a736f
Destroy entities properly
2018-08-31 14:35:13 -07:00
Romain Guy
af0cac72e5
Position the camera in a less confusing spot
2018-08-31 14:29:19 -07:00
Romain Guy
a6722c1f12
Add new Android sample app ( #190 )
...
This sample app shows a lit, rotating cube
2018-08-31 14:20:57 -07:00
Romain Guy
f14ff58a89
Add Engine.destroyEntity ( #189 )
...
To match the C++ APIs
2018-08-31 10:37:51 -07:00
Romain Guy
0097fc404e
Automatically rebuild materials from Gradle ( #183 )
...
* Automatically rebuild materials from Gradle
* Share Gradle tasks
2018-08-30 10:36:54 -07:00
Romain Guy
34c170d4da
Add Android sample app ( #181 )
...
* Add Android sample app
It’s a simple rotating triangle but provides a good overview of how to use Filament on Android
* Remove unnecessary files
2018-08-29 09:01:28 -07:00