Skip to content

alexandregpereira/Monster-Compendium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

612 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monster Compendium - D&D 5th Edition Bestiary

CI/CD

Monsters Compendium is an open-source Kotlin Multiplatform application for Android, iOS, Mac, Windows and Linux, offering extensive information on creatures from the Dungeons & Dragons 5th edition role-playing game. The default content is derived from the SRD (System Reference Document), providing a solid foundation for users. Furthermore, the app supports the addition of new custom content, enhancing its versatility and adaptability for players and game masters alike.

Download

Download on the App Store Get it on Google Play

Preview

Runnning

Desktop

Run the following command on the root project directory.

./gradlew app:jvmRun -DmainClass=MainKt --quiet

Mobile

You can run the app using Android Studio for Android and xCode for iOS.

Tech Stack

The following is an overview of the key technologies and libraries used in this Kotlin Multiplatform project, each with a brief description and a URL for further information:

UI & Compose

Image Loading

  • Coil: Multiplatform image loading library backed by Kotlin Coroutines.

Networking

  • Ktor Client: A multiplatform asynchronous HTTP client for Kotlin, providing a clean and extensible API for making network requests.

Dependency Injection

  • Koin: A pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform.

Data Persistence

  • SQLDelight: A multiplatform SQLite library that generates Kotlin typesafe APIs from SQL statements.
  • Multiplatform Settings: A library that provides a simple and consistent API for persisting key-value data across iOS, Android, and JVM platforms.

Kotlin Ecosystem

  • Kotlin Coroutines: A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
  • Kotlin Flow: Stream of data that can be computed asynchronously. Built on top of Kotlin Coroutines.
  • Kotlin Serialization: Multiplatform JSON serialization library for Kotlin.
  • Kotlin DateTime: Multiplatform date and time library for Kotlin.
  • Kotlin Immutable Collections: Persistent and immutable collection types for Kotlin.

Analytics & Feature Flags

  • Amplitude Analytics: Product analytics SDK for tracking user behavior. Android & JVM / iOS.
  • Amplitude Experiment: Feature flags and A/B experimentation SDK. Android & JVM / iOS.
  • Firebase Analytics: Google event analytics for measuring app usage. Android / iOS.
  • Firebase Crashlytics: Crash reporting and stability monitoring. Android / iOS.

Monetization & Ads

UI Utilities

API

Currently, there is no dedicated backend for the app. The app retrieves the data from static JSON files stored here. The JSON were formatted from the API https://dnd5eapi.co.

Content License

The content in this app is licensed under the Open-Gaming License (OGL). The content and license can found at the D&D 5th Systems Reference Document (SRD). Dungeons & Dragons (D&D) is a trademark of Wizards of the Coast company.

Icons License

The icons used in this app have a free license. They are designed by macrovector from Freepik, Freepik from Flaticon and Material Design from Google.

License

DnD 5th edition monster compendium app
Copyright (C) 2026 Alexandre Gomes Pereira

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

DnD 5th edition monster compendium Kotlin multiplatform app for Android, iOS, Mac, Windows and Linux.

Topics

Resources

License

Code of conduct

Stars

115 stars

Watchers

2 watching

Forks

Contributors

Languages