Jn64's Projects

jn64/treesheets

TreeSheets Open Source Free Form Data Organizer A "hierarchical spreadsheet" that is a great replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases. Suitable for any kind of data organization, such as todo lists, calendars, project management, brainstorming, organizing ideas, planning, requirements gathering, presentation of information, etc. For more information, visit TreeSheets homepage and source code repository. TreeSheets is released under the zlib license. Reporting issues For issues with the package, report here, or comment via Fedora Discussion. For issues with the program, report upstream.
  • Fedora 39 : aarch64, x86_64
  • Fedora 40 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

jn64/Cemu

Cemu Cemu is a Wii U emulator that is able to run most Wii U games and homebrew in a playable state. It's written in C/C++ and is being actively developed with new features and fixes to increase compatibility, convenience and usability. For more information, visit Cemu homepage and source code repository. Cemu is released under the Mozilla Public License 2.0. Cemu on Linux is still a work-in-progress. Some features shown in the UI may not be fully functional. About this package Report issues with this package here. Only report upstream if you can reproduce the issue with upstream builds.
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

ycollet/audinux

The repository containts packages for computer aided music which are normally not found on fedora repo. For more informations on this repository, you can consult the following website: Audinux website Feel free to fill a bug report on this page if you notice a problem. github issues of the project
  • Fedora 39 : aarch64, x86_64
  • Fedora 40 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

jn64/avs

Last updated: 2023-06-02. Information here may become outdated. This repo contains packages related to Intel AudioVoiceSpeech (AVS) software from the Sound Open Firmware (SOF) project. avstplg tool from avsdk. This tool is used to convert XML files from avs-topology-xml to UCM .conf files. avs-topology-bin contains topology files from avs-topology-xml, converted to binary format (XML -> UCM -> bin) which can be loaded by the relevant kernel modules. This is all still work-in-progress upstream. See avs-topology-xml#5 for context and configuration. Please leave a comment via Fedora Discussion below for any issues, if there's a new upstream version, or other AVS-related software you want packaged. Using avstplg Rough guide on using avstplg to convert topology files yourself. The end result is the same as installing avs-topology-bin from this repo. Build from upstream, or install avstplg from this repo. Get the topology XML files: git clone --depth=1 https://github.com/thesofproject/avs-topology-xml.git cd avs-topology-xml Convert XML to UCM: for f in */*.xml; do avstplg -c "${f}" -o "${f%xml}conf"; done You then need to convert UCM to binaries using alsatplg: Install alsa-topology-utils (in Fedora repos) Convert UCM to bin: for g in */*.conf; do alsatplg -c "${g}" -o "${g%conf}bin"; done Install bin files to your firmware dir: sudo install -Dpv -m 0644 -t /usr/lib/firmware/intel/avs */*.bin

jn64/ninvaders

Space Invaders clone written in ncurses for cli gaming
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

jn64/playground

This repo is for testing. Not recommended for use. Even I don't leave this repo enabled. Versions are not guaranteed to be contiguous. Builds may be replaced. If you are looking for Cemu, see jn64/Cemu
  • Fedora 39 : aarch64, x86_64
  • Fedora 40 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

jn64/libresprite

LibreSprite is a free and open source program for creating and animating your sprites. Real-time animation previews. Onion skinning. Multiple sprites can be edited at once. Ready to use palettes, or make your own. Sprites are composed of both layers & frames. Tiled drawing mode, useful to draw patterns and textures. Pixel precise tools like filled contour, polygon, shading mode, etc. Several file types supported for your sprites and animations. Note: This package should be considered pre-release / alpha quality. It builds from the master branch (see #412 about the state of development). Last stable version tagged by upstream is 1.0 in 2021.
  • Fedora 39 : aarch64, x86_64
  • Fedora 40 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64