Forem

# tristan

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Using Trigonometry to create a circle with C++ and OpenGL | Android Game dev
Cover image for Using Trigonometry to create a circle with C++ and OpenGL | Android Game dev

Using Trigonometry to create a circle with C++ and OpenGL | Android Game dev

Comments
3 min read
Making my C++ code little more object oriented. Android game dev
Cover image for Making my C++ code little more object oriented. Android game dev

Making my C++ code little more object oriented. Android game dev

Comments 1
3 min read
Updating the UI for orientation changes with C++ android OpenGL | Android game dev
Cover image for Updating the UI for orientation changes with C++ android OpenGL | Android game dev

Updating the UI for orientation changes with C++ android OpenGL | Android game dev

Comments 2
4 min read
Using Linear Interpolation to map android touch screen values to OpenGL's coordinate system
Cover image for Using Linear Interpolation to map android touch screen values to OpenGL's coordinate system

Using Linear Interpolation to map android touch screen values to OpenGL's coordinate system

Comments
3 min read
Basic hit detection in C++ for Android Game devs
Cover image for Basic hit detection in C++ for Android Game devs

Basic hit detection in C++ for Android Game devs

Comments 3
2 min read
Using Android to stream to Twitch. Part 3. Manual video encoding
Cover image for Using Android to stream to Twitch. Part 3. Manual video encoding

Using Android to stream to Twitch. Part 3. Manual video encoding

1
Comments
11 min read
Using Android to stream to Twitch. Part 2. RTMP handshake
Cover image for Using Android to stream to Twitch. Part 2. RTMP handshake

Using Android to stream to Twitch. Part 2. RTMP handshake

1
Comments
6 min read
Using Android to stream to Twitch. Part 1. Securing a Socket
Cover image for Using Android to stream to Twitch. Part 1. Securing a Socket

Using Android to stream to Twitch. Part 1. Securing a Socket

1
Comments
4 min read
Quick example of creating a custom Kotlin coroutine and scoping it to a Android service.
Cover image for Quick example of creating a custom Kotlin coroutine and scoping it to a Android service.

Quick example of creating a custom Kotlin coroutine and scoping it to a Android service.

Comments
2 min read
Deleting Android database from the command line
Cover image for Deleting Android database from the command line

Deleting Android database from the command line

Comments
1 min read
Matrix multiplication in C++
Cover image for Matrix multiplication in C++

Matrix multiplication in C++

1
Comments
4 min read
Creating a OpenGL square using C++ in Android. A reference guide
Cover image for Creating a OpenGL square using C++ in Android. A reference guide

Creating a OpenGL square using C++ in Android. A reference guide

2
Comments
7 min read
Adding NDK to an existing Android app and using C++ to log
Cover image for Adding NDK to an existing Android app and using C++ to log

Adding NDK to an existing Android app and using C++ to log

3
Comments
6 min read
Quick and easy custom Jetpack compose checkbox
Cover image for Quick and easy custom Jetpack compose checkbox

Quick and easy custom Jetpack compose checkbox

4
Comments
1 min read
My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions
Cover image for My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions

My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions

Comments
1 min read
My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions
Cover image for My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions

My notes on Android optimization. Part 2. Quick example of benchmarking Kotin regular expressions

Comments
1 min read
Jetpack compose onDragStopped animation
Cover image for Jetpack compose onDragStopped animation

Jetpack compose onDragStopped animation

Comments
1 min read
My notes on Android optimization. Part 1. Measuring startup time
Cover image for My notes on Android optimization. Part 1. Measuring startup time

My notes on Android optimization. Part 1. Measuring startup time

5
Comments
4 min read
Getting the height of Android device independent of pixel densities in Jetpack Compose
Cover image for Getting the height of Android device independent of pixel densities in Jetpack Compose

Getting the height of Android device independent of pixel densities in Jetpack Compose

Comments
2 min read
How to unit test a private method in Kotlin without making it public
Cover image for How to unit test a private method in Kotlin without making it public

How to unit test a private method in Kotlin without making it public

5
Comments
2 min read
Automatic retry function with Kotlin flows
Cover image for Automatic retry function with Kotlin flows

Automatic retry function with Kotlin flows

1
Comments
2 min read
My notes on Cyclic Shift hash codes in Kotlin
Cover image for My notes on Cyclic Shift hash codes in Kotlin

My notes on Cyclic Shift hash codes in Kotlin

2
Comments
2 min read
Weekly goals of Modderz Android app . 2024-05-06
Cover image for Weekly goals of Modderz Android app . 2024-05-06

Weekly goals of Modderz Android app . 2024-05-06

Comments
3 min read
The refactors I did to stop my Jetpack Compose LazyColumn from constantly recomposing
Cover image for The refactors I did to stop my Jetpack Compose LazyColumn from constantly recomposing

The refactors I did to stop my Jetpack Compose LazyColumn from constantly recomposing

7
Comments 1
3 min read
A quick read on Android haptic feedback Design principles
Cover image for A quick read on Android haptic feedback Design principles

A quick read on Android haptic feedback Design principles

Comments
2 min read
loading...