Jump to content

Introducing RENcounter counter for linux/windows/mac


Recommended Posts

Posted (edited)

I was pissed of that none of encounter works properly for linux so after yesterdays coding session I introduce you:
RENcounter counter running on linux (I have to test it on steam deck), will work on windows and mac.
Code will be available on github for self compiling.

I also will setup the automatic builds for Windows/Mac/Linux.

TODO:

create AI model to recognize game fonts or use different fonts so there are better recognized

implement TOP 5 encounter mons with number

implement reset button

Here is a sneak peek:



Edit
source code
https://github.com/rengare/rencounter_counter

Edit 2
Readme https://github.com/rengare/rencounter_counter/blob/main/README.md

binaries for Linux Windows and Mac M1
https://github.com/rengare/rencounter_counter/raw/main/rencounter_counter_linux_windows_macm1.zip

I tested Windows and mac shortly so there may still be some bugs / unexpected behaviors. 
If you find something, leave a comment with a way to reproduce it like:
- operating system
- screenshot or video of the issue
 

Edited by rengaret
Link to comment
Posted (edited)

Found some errors

 

01.

When I run "git clone github.com/rengare/rencounter-counter" it returns the repository doesn't exist.

It works when I run "git clone https://github.com/rengare/rencounter_counter" instead

 

02. 

 

Same with cd command. 

"cd rencounter-counter" doesn't work but "cd rencounter_counter" does.

 

03. cargo run --release

 

This command returns one error

 

warning: `rencounter_counter` (bin "rencounter_counter") generated 1 warning
error: could not compile `rencounter_counter` (bin "rencounter_counter") due to 1 previous error; 1 warning emitted

 

 

EDIT: Linux Mint 21.1 Cinnamon

Edited by vitormurucci
Link to comment

@vitormurucci Hello, in order to compile it yourself you need to install 
sudo apt-get install build-essential libxcb-shm0-dev libxcb-randr0-dev xcb git
in your terminal. I have always had those so that's why I just forgot. 

I have updated the README https://github.com/rengare/rencounter_counter/blob/main/README.md 
and compiles binaries for Windows, Linux and Mac m1 
https://github.com/rengare/rencounter_counter/blob/main/rencounter_counter_linux_windows_macm1.zip
which should be as easy as double click (On linux run from terminal, see the readme)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.