Welcome, Guest. Please login or register. Did you miss your activation email?

 Search results for: browser sfml

Pages: [1] 2 3 4
1
SFML projects / File Browser in SFML (Updated)
« by JayhawkZombie on February 08, 2017, 05:00:12 am »

...... **Update: Created a FileBrowser class to handle this, added the ability to  ............  selected**  I decided to try to bang out a file browser using SFML and TGUI. It's not pretty, but I wasn' ............  console as I went around. Stopped on a fellow SFML work, Cendric (not to promote or anything, would  ............ ).    Code:  https://github.com/JayhawkZombie/SFMLFileBrowser/tree/master  If you feel like watching  ......
2
Network / Opening A web brower
« by sammy2022 on October 14, 2022, 04:18:23 pm »

......  will like to open up the web browser to a particular address when the user clicks a  ............ , how can I achieve this with sfml......
3
General / Open a browser window
« by FairMaidenGames on June 07, 2021, 10:19:10 am »

......  SFML provide a way to open a browser window at a  ............  URL using the default browser?  I was hoping for a reliable cross-OS way of  ......
4
General / Help with distribution for macOS (Xcode not working)
« by Unicode on December 15, 2023, 08:43:38 pm »

...... .  I recently had to work with macOS and sfml on it and it was a real pain until now. My  ............  that I have to distribute a macOS version of an sfml project (originally on windows) which I for some  ............  even tried every search engine available in my browser to mabye get some different search results.  ............  not be loaded and there was "no such file" of sfml-system. Full error (Project name is "Testing"):  ( ............  show/hide) dyld[627]: Library not loaded: @rpath/sfml-system.framework/Versions/2.6.1/sfml-system      ............ -gundupzbyftdknfatktoriukpqje/Build/Products/Debug/sfml-system.framework/Versions/2.6.1/sfml-system' ( ............ /Debug/Testing.app/Contents/MacOS/../Frameworks/sfml-system.framework/Versions/2.6.1/sfml-system' ( ............ /Debug/Testing.app/Contents/MacOS/../Frameworks/sfml-system.framework/Versions/2.6.1/sfml-system' ( ............  the latest macOS.  At some point I wondered if sfml would even work on this system (I don't know  ............ .  Concluding: All I want is just a way to ship my sfml project as an out of the box application to other  ......
5
Feature requests / Download SFML Tutorial like HTML
« by Avtem on May 06, 2018, 03:48:21 pm »

...... SFML Tutorial is awesome, but I would like to use it  ............  browser.  (I'm talking about version from site https:// ............ .sfml-dev.org/tutorials/2.4/) Unfortunately, HTML help  ............  from "SFML-2.4.2-windows-gcc.rar" is different.  Can I find  ......
6
Audio / Problem With Vector / Audio Operations [SOLVED]
« by Kain Nobel on January 18, 2022, 11:22:22 am »

......  be my horrible internet connection, or my Brave browser, but I put shields down so I don't know...  So I' ............ > #include <iostream> #include <string>   // Dummy SFML sf:: namespace ;) namespace sf {  class Sound { ......
7
Network / Re: Web interface for C++ application
« by eXpl0it3r on November 08, 2018, 10:52:39 pm »

......  to jump from a simple HTTP server to full-blown browser engine, also a bit apples and oranges.   SFML  ......
8
Window / How can I pause a youtube video or game with sfml?
« by quinnreilly on February 21, 2018, 06:09:55 pm »

......  to send some kind of keyboard input to the browser using SFML  Thanks for any help. ......
9
Network / ftp connect works on some machines but not others
« by ANDO1 on July 31, 2014, 07:58:17 am »

...... . I can access the ftp server through an internet browser and other ftp applications.   I did get it  ............  = response.getStatus();    BTW, I'm using SFML 2.1, Visual Studio C++ 2010, Windows XP and 7   ......
10
SFML projects / Re: Nero Game Engine
« by NeroGames on October 19, 2019, 09:22:11 pm »

......  to build a Professional 2D Game Engine based on SFML. The first release of this new Game Engine will  ............  and Steam. The Engine will try to consume all the SFML API and go further. It's a pretty big project,  ............ "; I go to the render() method, I draw a simple SFML Circle and compile the project. I can compile the  ............ . Also, I will present the Engine new Resource Browser and Resource Manager features. until then have a  ......

......  SFML community! My first post will be a good read for  ............ , enjoy the madness  I am using SFML-2.4.2 64-bit (the static library, I'm not  ............ :  When I close the application or it crashes the SFML allocated textures sometimes don't get removed  ............  the system.  Another funny thing: WebGL on my browser crashed after a while, probably because VRAM  ............  The only possible reason this could be related to SFML is that it creates some textures shared between  ............ .  I don't even know how to debug, an empty SFML window gets 1 FPS after some hours of starting &  ............  an obscure bug somewhere deep in the stack (SFML->OpenGL->GPU Drivers->Windows NT Kernel->GPU  ......
12
SFML projects / Re: I Can Transform v2.0
« by IsDaouda on April 12, 2021, 04:15:11 pm »

......  web you can play on PC like Mobile BUT in a web browser!)  - The game now runs on a new game engine ( ............  is based on SFML and SDL) which makes the game smoother and more  ......
13
Feature requests / Making SFML work with web assembly?
« by jokoon on November 14, 2017, 02:54:01 pm »

......  anybody tried to build SFML to the WASM format? I've seen that wasm allows  ............  calls.  It would be really cool to have SFML run in a browser  ......
14
Feature requests / Font antialiasing
« by Phanoo on January 03, 2018, 03:28:55 pm »

......  by how blurry the fonts were when displayed with SFML. Take the same font, display it on a browser and  ............  a SFML window, it's not as sharp with SFML even using  ............  a way to correct it, by recompiling Freetype and SFML:  the change in Freetype was to uncomment  ............  in ftoption.h  then in SFML to call the function FT_Library_SetLcdFilter with  ......

...... , hope you are doing well!  You can now run SFML C++ games with the SDL 2 library, export your  ............  with several game libraries at the same time (SFML, SDL 2, SMK (Emscripten)) in one and the same  ............ !  - Possibility to develop C++ SFML games with SDL 2 (Your SFML games will run on the  ............ ;;  }, &vectorArray);    Output in the browser console: Quote  is::Engine is really great! With  ......
16
General / Re: SFML + Emscripten ?
« by eXpl0it3r on October 04, 2015, 05:12:29 pm »

...... SFML doesn't support Emscripten or rather Emscripten  ............ 't support SFML. It can be done, but you'll have to rewrite SFML............  are many tools out there to write stuff for your browser, SFML currently just isn't one of them. ......
17
General / Browser capabilities
« by Laurent on June 06, 2011, 11:13:48 am »

...... 's Native Client and run a C++ app directly in a browser. But this is probably overkill.  You can also use  ............  check.  So, basically if you want to make a browser game, SFML is probably not the best choice. You'd  ......
18
Network / Web requests
« by Wylex on April 15, 2016, 08:13:19 pm »

...... . I learned how to use those functions on my browser with urls like "http://api.themoviedb.org/3/ ............  use those methods on a c++ program.  I found the sfml tutorial http://www.sfml-dev.org/tutorials/2.3/ ............  and wrote this:  #include <iostream> #include <SFML/Network.hpp>  int main() {   ......
19
Window / if Windows isActive
« by MaZy on February 27, 2012, 10:52:40 pm »

......  to move when I am not in window like when I go to browser or chat a while.  Or do you u have any other Idea? ............   edit: sfml  ......
20
DotNet / SFML & Visual Studio 2013 Express FOR WEB - possible?
« by cx3 on July 08, 2014, 02:19:58 am »

......  to configure Web-based project to work with SFML? I am very new to .NET. I understand that web- ............  [i believe] there is any possibility to create browser applications? Please tell me it is, please  ......
21
SFML game jam / 5th SFML Game Jam
« by Eremiell on February 17, 2016, 03:00:21 am »

......  time!  Come join us to our jam IRC channel #sfmlgamejam @ irc.boxbox.org. Open in browser via  ............  - Computed from all the previous.  Terms for this SFML Game Jam are:  Theme ProposalTheme VotingTheme  ............ , vague, too similar to theme of any previous SFML Game Jam or recent iterations of any major game  ............ . Any programming language may be used, as long as SFML (or one of its bindings) is used. 20. External  ............  are allowed, but not SFML's competitors, such as GLFW, SDL, Allegro, etc.  ......
22
SFML projects / Re: SFGUI (0.1.1 released)
« by FRex on August 25, 2013, 05:40:09 pm »

...... .  http://en.sfml-dev.org/forums/index.php?topic=6112.msg76198# ............  something very much like flash does when it's in browser tab: last click landed in gui = all events go to  ......
23
General discussions / Re: SFML 3 - What is your vision?
« by therocode on April 25, 2014, 07:42:39 am »

......  be neat to have web-compile capabilities for SFML as well!   This is less likely to happen. But if  ............  it is not likely to happen? Running things in the browser is all the rage these days.  ......
24
General discussions / Re: A new logo for SFML
« by Cornstalks on April 09, 2013, 03:38:18 pm »

......  a font, and then browsing a font website (with "SFML") and put the symbol in a little window that you  ............  leave by the side of your browser (so as you scroll, the font shows up by the  ......
25
SFML website / GCC 4.7 MinGW (DW2) - 32 bits download link not working
« by jbos190 on May 31, 2014, 10:20:00 pm »

......  GCC 4.7 MinGW (DW2) - 32 bits SFML download link doesn't work for me. I am getting  ............  message from my browser when I click on it:   No data received  Unable to  ......
26
SFML website / div#mainmenu display improperly in my browser
« by fantasy86 on January 08, 2010, 12:36:55 pm »

...... 's all right however, in my another everyday using browser, the menu font is too big, and can only see the  ............  forum...  I find that problem lies in http://www.sfml-dev.org/style.css :  Code: [Select]  body {   ............ -size to "10pt", and it display properly in both browser......
27
Graphics / Font rendering issue with rendering in separate thread
« by sgraves66 on June 24, 2013, 04:54:54 am »

......  be displayed by the rendering thread. To emulate browser-style behavior, sprites are added and removed  ............ ;  displayText.Color = new global::SFML.Graphics.Color(255, 255, 255, 150);    ......
28
General discussions / SFML Firefox Plugin like Flash Plugin
« by nfries88 on November 07, 2010, 03:43:26 pm »

...... : "nulloid"  To let the user play a game through a browser? Btw, i thought about my idea, and it will  ............  want to make a game, and make a standalone and a browser client for it.    This would work if you fix it,  ............  released it into the wild, it'd also help other SFML users with similar goals. ......
29
Java / Java integration features
« by Laurent on January 29, 2012, 09:17:43 am »

...... . It is a Java canvas that can be used as an SFML render window, thus making it possible to have  ............  in any Java AWT / Swing user interface, including browser applets.   SFML, in C++ and other languages,  ............  even manage AWT / Swing components within an SFML render window.   Good luck  It is usually not  ......
30
General discussions / New naming convention
« by aquanull on January 11, 2012, 07:08:58 pm »

...... . This could have been justified better if only SFML 2.0-dev hadn't been being recommended over SFDML  ............  all).    Guess I was skipping too much after the browser swallowed my post twice. The reasoning of the  ......
Pages: [1] 2 3 4

 
anything